home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2003 December / Joystick154-cd2.iso / audio / audacity-win-1_0_0.exe / {app} / README.txt < prev   
Text File  |  2002-06-05  |  13KB  |  486 lines

  1. Audacity: A Free, Cross-Platform Digital Audio Editor
  2.  
  3. Version 1.0.0 (June 5, 2002)
  4.  
  5. http://audacity.sourceforge.net/
  6.  
  7. NOTE: If you have questions or comments about this program,
  8. please address them to:
  9.  
  10.   audacity-help@lists.sourceforge.net
  11.   
  12. Please don't send email to individual developers with
  13. general questions.  Use the mailing list address, above.
  14.  
  15. Primary author:
  16.  
  17.   Dominic Mazzoni <dominic@minorninth.com>
  18.  
  19. Authors:
  20.  
  21.   Dominic Mazzoni <dominic@minorninth.com>
  22.   Roger Dannenberg <rbd+@cs.cmu.edu>
  23.   Jason Cohen <cohen3+@andrew.cmu.edu>
  24.   Robert Leidle <rfl+@andrew.cmu.edu>
  25.   Mark Tomlinson <marktoml@hotmail.com>
  26.   Joshua Haberman <joshua@haberman.com>
  27.   Nasca Octavian Paul <paulnasca@email.ro> or <paulnasca@yahoo.com>
  28.   Logan Lewis <proxima@proxc.com>
  29.   Matt Brubeck <mbrubeck@hmc.edu>
  30.   Mark Phillips <mitb@totaldeath.com>
  31.   Tony Oetzmann <airon@epost.de>
  32.  
  33. Special thanks to:
  34.  
  35.   Isaac Wingfield
  36.   Stuart Hotchkiss
  37.  
  38. Icons and logo:
  39.  
  40.   Harvey Lubin <agrapha@agrapha.com>
  41.   http://www.agrapha.com/
  42.  
  43. Aqua/MacOS graphics:
  44.  
  45.   Tom Woodhams <tom@imaginemedia.co.uk>
  46.  
  47. For changelog, see the bottom of this document
  48.  
  49. -------------------------------------------------------------
  50.  
  51. With the exception of the Xaudio library for importing MP3 files,
  52. this program is free software; you can redistribute it and/or
  53. modify it under the terms of the GNU General Public
  54. License as published by the Free Software Foundation; either
  55. version 2 of the License, or (at your option) any later version.
  56.  
  57. The Xaudio library is commercial software and has been licensed
  58. for use in this program.  For more information, see their
  59. website at http://www.xaudio.com/
  60.  
  61. This program is distributed in the hope that it will be useful,
  62. but WITHOUT ANY WARRANTY; without even the implied warranty of
  63. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  64. General Public License for more details.
  65.  
  66. You should have received a copy of the GNU General Public License along with
  67. this program (in a file called LICENSE.txt); if not, go to
  68. http://www.gnu.org/copyleft/gpl.html or write to the Free Software
  69. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  70.  
  71. -------------------------------------------------------------
  72.  
  73. Source code to this program is always available; for more
  74. information visit our website at:
  75.  
  76.   http://audacity.sourceforge.net/
  77.  
  78. This program uses wxWindows, a cross-platform GUI toolkit.  To
  79. compile this program, you will need to download wxWindows from:
  80.  
  81.   http://www.wxwindows.org/
  82.  
  83. To compile on Linux and other Unix systems, simply run:
  84.  
  85.   ./configure
  86.   make
  87.   make install
  88.  
  89. There are a few options to the configure script.  You can
  90. see them by running "./configure --help".
  91.   
  92. If you want to do any development, you might want to generate
  93. dependencies:
  94.  
  95.   make dep
  96.  
  97. Project files for VC++ on Windows and CodeWarrior for Mac
  98. are included with the source code.  If you are having
  99. trouble compiling on a non-Unix platform, please email
  100. audacity-devel@lists.sourceforge.net
  101.  
  102. -------------------------------------------------------------
  103.  
  104. Known issues/problems:
  105.  
  106. * Windows: The floating tool palette does not minimize when
  107.   minimizing a project window.  As a workaround, you can
  108.   just keep the tool palette docked with the project window.
  109.  
  110. * Linux: Full duplex (play one track while recording another)
  111.   does not seem to work, even if your sound card supports it.
  112.   This is likely a problem with the way we are using OSS.
  113.  
  114. * Linux: Sound cards that only deal with more than two
  115.   channels are not yet supported.
  116.  
  117. * Mac OS X: Audacity does not process audio while you are
  118.   holding down the mouse button over a scrollbar or menu.
  119.   You must avoid holding down the mouse button too long
  120.   while recording, or Audacity will lose samples.
  121.  
  122. * Mac OS X: Audacity 1.0 does not support exporting MP3 files.
  123.   This feature will be introduced in a future version of
  124.   Audacity for Mac OS X.  (Hint: for now, export as WAV,
  125.   then use iTunes to make MP3's.)
  126.  
  127. -------------------------------------------------------------
  128.  
  129. Changes in 1.0:
  130.  
  131.   * Mac OS:
  132.  
  133.     - Audacity no longer quits when you close the last
  134.       window.  The menu bar remains and you can open a
  135.       new window.
  136.  
  137.     - Fixed bug which caused Preferences dialog not to
  138.       appear on Mac OS 9 with the ATM control panel
  139.  
  140.     - Fixed bug which prevented recording low sample rates
  141.       on Mac OS 9
  142.       
  143.     - Recognizes MP3 files by file extension and type code
  144.  
  145.     - Audacity is now more stable and functional on MacOS X
  146.  
  147.   * New features:
  148.  
  149.     - "Save Changes" dialog added to all platforms
  150.  
  151.     - Tooltips
  152.  
  153.     - New keyboard shortcuts and commands
  154.  
  155.     - Label tracks can now be used to mark selection regions.
  156.       Adding labels uses a new command -- see the user's manual.
  157.  
  158.     - Ogg Vorbis export support (importing was already supported)
  159.  
  160.   * Unix:
  161.  
  162.     - Fixed bug which caused audio to playback too quickly
  163.       (esp. on Mandrake systems).
  164.  
  165.     - Fixed bug which corrupted files when you exported a file
  166.       overtop of an existing one.
  167.  
  168.   * Other:
  169.  
  170.     - VST Effects are processed faster
  171.  
  172.     - Miscellaneous bug fixes
  173.  
  174. Changes in 0.98b (Windows-only bugfix release):
  175.  
  176.   - Fixed "Noise Removal" crash
  177.  
  178.   - Added "Save Changes" dialog
  179.  
  180.   - Reintroduced support for ID3 tags on Windows
  181.  
  182.   - More bug fixes
  183.  
  184. Changes in 0.98:
  185.  
  186. * Effects
  187.  
  188.   - New Invert effect
  189.  
  190.   - New Reverse effect
  191.  
  192.   - Improvements to Noise Removal effect
  193.  
  194. * Bug fixes
  195.  
  196.   - You can now safely copy and paste between projects.
  197.  
  198.   - Fixed bugs loading, saving, and undoing envelopes.
  199.  
  200.   - You're not allowed to open the same project in two different
  201.     windows anymore (it just would have caused data loss).
  202.  
  203.   - Projects now save the channel of each track, it's no longer
  204.     forgotten
  205.  
  206.   - Better handling of case when temp directory is invalid at
  207.     start of program
  208.  
  209.   - Doesn't overwrite a file the project was depending on anymore
  210.     (it renames the old file).  You can now export to a file
  211.      with the same as the file you imported without any problems.
  212.  
  213.   - Save As... for a project doesn't destroy the old project anymore.
  214.  
  215.   - Undo information is thrown away when you close a project,
  216.     saving disk space that had been wasted in previous versions.
  217.  
  218.   - Save As... recovers gracefully when you try to save to a
  219.     bad location
  220.  
  221.   - Duplicate of a track with an offset now works
  222.  
  223.   - Fixed another crash in Amplify... (if no data is selected in
  224.     one of the tracks)
  225.  
  226.   - Windows: recording/playback devices are no longer reversed
  227.     in the preferences!
  228.  
  229.   - Windows: VST plug-ins are found no matter how Audacity is
  230.     launched.
  231.  
  232.   - Windows: You can now import Ogg Vorbis files.
  233.  
  234.   - If recording fails, a phantom track is no longer created.
  235.  
  236.   - Changing the export format now changes the menu bar.
  237.  
  238.   - More minor bug fixes...
  239.  
  240. * Unix:
  241.  
  242.   - New OSS code, should provide better playback and record on
  243.     almost all OSS Unix systems.
  244.  
  245.   - Preliminary support for the KDE/aRts soundserver (a compile-time
  246.     option; must be configured to use this in place of OSS code)
  247.  
  248.   - Bug fixes to "make install" script
  249.  
  250. Changes in 0.97:
  251.  
  252. * Installation/configuration
  253.  
  254.   - New Windows installer
  255.  
  256.   - More options in the configure script on Unix
  257.  
  258. * User interface:
  259.  
  260.   - Fixed Effects menu bug that would freeze if some but
  261.     not all tracks were selected.
  262.  
  263.   - Added Noise Removal effect (Dominic)
  264.  
  265.   - Improved click-drag zoom.
  266.  
  267.   - Support drag-and-drop to import audio files (Windows only)
  268.  
  269.   - Improved Export file dialog (asks about strange extensions)
  270.  
  271.   - Other bug fixes
  272.  
  273. * MacOS:
  274.  
  275.   - Fixed autoscrolling bug (would sometimes appear if you
  276.     release the cursor outside the window while selecting).
  277.  
  278. * Unix:
  279.  
  280.   - Fixed Amplify bug (would sometimes freeze trying to
  281.     open the dialog).
  282.  
  283. Changes in 0.96:
  284.  
  285. * General User Interface:
  286.  
  287.   - Added mute/solo buttons
  288.  
  289. * Importing Audio:
  290.  
  291.   - Fixed regression bug in 0.95 which caused stereo files to be imported as
  292.     two mono tracks
  293.     
  294.   - Imports MP3 ID3 tags
  295.  
  296. * Exporting Audio:
  297.  
  298.   - Exporting MP3 now works, if the appropriate version of the LAME DLL is
  299.     installed (Joshua)
  300.   
  301.   - Allows editing of MP3 ID3 tags with export.
  302.  
  303. * Preferences:
  304.  
  305.   - Added Audio I/O selectors on Mac (Dominic) and Windows (Joshua)
  306.  
  307. * Effects:
  308.  
  309.   - Added progress dialog support to all effects (which also allows
  310.     effects to be cancelled)
  311.   
  312.   - Added support for stereo effects and effects that add or
  313.     remove tracks, or require multiple passes.
  314.   
  315.   - Improved Amplify effect and fixed all known bugs (Dominic)
  316.   
  317.   - Improved Bass Boost effect
  318.   
  319.   - Added Filter effect (Dominic)
  320.   
  321.   - Added Phaser effect (Paul)
  322.   
  323.   - Added Wahwah effect (Paul)
  324.  
  325. Changes in 0.95:
  326.  
  327. * Installation/Compilation:
  328.  
  329.   - Improved configure script on unix systems (Joshua)
  330.  
  331. * General User Interface:
  332.  
  333.   - Menu items are now disabled when unavailable
  334.  
  335.   - Online help added (Dominic and Logan)
  336.  
  337. * Importing Audio:
  338.  
  339.   - Lazy import added, speeding up importing of PCM files by 2x
  340.  
  341.   - Added support for the Free libmpeg3 library on unix 
  342.     to replace the proprietary xaudio (Joshua)
  343.  
  344.   - Importing MP3 and Ogg Vorbis files is now handled automatically
  345.     by the Open and Import commands.
  346.  
  347.   - Fixed the Import Raw Data feature, so now you can
  348.     import files of almost any arbitrary format (as long
  349.     as it's uncompressed).
  350.  
  351. * Main window:
  352.  
  353.   - New track labels with a single integrated pop-up menu
  354.     to handle all track options
  355.  
  356.   - Vertical ruler added, along with preliminary support for
  357.     vertical zooming
  358.  
  359.   - Stereo tracks can be linked together so changes affect
  360.     both tracks
  361.  
  362.   - Point-sample display takes over when you zoom very far in
  363.  
  364.   - Two new wave displays: a dB (logarithmic) wave display and
  365.     a spectral pitch display (using enhanced autocorrelation)
  366.  
  367. * Preferences:
  368.  
  369.   - New spectral display preferences
  370.  
  371.   - Temp directory can be set in preferences
  372.  
  373. * Frequency display:
  374.  
  375.   - Many new frequency window enhancements, including support for
  376.     cepstrum, autocorrelation, and enhanced autocorrelation.
  377.  
  378. * Envelope editor:
  379.  
  380.   - Envelopes are now interpolated using decibels, making
  381.     cross-fades sound much better
  382.  
  383. * Effects:
  384.  
  385.   - Fixed a bug that caused incompatibility with many VST plug-ins.
  386.  
  387.   - Added Maximize Amplitude effect
  388.  
  389.   - Added Bass Boost effect (Paul)
  390.  
  391. * Other:
  392.  
  393.   - Improved memory management over long Undo histories
  394.  
  395.   - Many more bug fixes
  396.  
  397. Changes in 0.94:
  398.  
  399. * Preferences dialog (Joshua Haberman)
  400.  
  401. * OGG Vorbis import (Joshua Haberman)
  402.  
  403. * Silence, Insert Silence commands
  404.  
  405. * Split and Duplicate commands
  406.  
  407. * Mac OS X support
  408.  
  409. * Supports recording on Mac OS 8 and 9
  410.  
  411. * Many bug fixes
  412.  
  413. Changes in 0.93:
  414.  
  415. * Displays playback/recording position indicator
  416.  
  417. * Keeps track of some preferences
  418.  
  419. * Supports arbitrary project sample rate
  420.  
  421. * Mac: opens documents from the Finder
  422.  
  423. * Floating tool palette is now dockable
  424.   (and docked by default)
  425.  
  426. * Fixed bugs in handling multiple open projects
  427.  
  428. * Supports recording (Windows, Linux)
  429.  
  430. * Frequency Window displays note names (i.e. C4, G#5)
  431.  
  432. * Many bug fixes for effects, including VST plug-in effects
  433.  
  434. Changes in 0.92:
  435.  
  436. * Added Frequency Plot window and improved Spectrum display
  437.  
  438. * Fixed bug in File:Open when the file to be opened was
  439.   actually a large WAV file
  440.  
  441. Changes in 0.91:
  442.  
  443. * Uses xaudio library to import mp3 files
  444.  
  445. * Zoom menu
  446.  
  447. Changes in 0.9:
  448.  
  449. * New floating tool palette with four tools (selection,
  450.   sliding, zooming, and envelope editing) plus play and
  451.   stop buttons
  452.  
  453. * Playback now mixes tracks, and you can work with the
  454.   document while listening.  The stop button works.
  455.  
  456. * Rewritten file handling functions.  The main view
  457.   is no longer dependent on the wxWindows DocView
  458.   classes, so we can handle files ourselves.  The
  459.   project file format is now text-based for easy
  460.   debugging.  Eventually it will probably move to XML.
  461.  
  462. * Improved handling of wave tracks: as before, the data
  463.   is stored in blocks, but now, the blocks are correctly
  464.   limited to betweek n and 2n bytes each (for some n),
  465.   which guarantees editing operations always take the
  466.   same amount of time, while also ensuring that projects
  467.   don't get more fragmented over time.
  468.  
  469. * Rewritten user interface code.  The shades of gray
  470.   are taken from the OS, and the project window has been
  471.   redesigned to have more consistent layout across all
  472.   platforms.
  473.  
  474. * Selecting "Open" now does the smart thing, opening a
  475.   project if you give it a project, or importing a WAV
  476.   file if you give it that.
  477.  
  478. * Flashing cursor indicates the current editing position
  479.  
  480. * Much improved ruler - besides looking nicer, the ruler
  481.   now displays the selection and the cursor.
  482.  
  483. * The zoom tool centers on the cursor so you can zoom
  484.   into wherever you are.
  485.  
  486.